home *** CD-ROM | disk | FTP | other *** search
- on(keyPress "p"){
- stopAllSounds();
- if(_root.barbar._currentframe == 1)
- {
- if(_root.pausebar._visible == false)
- {
- _root.tmpspeed = _root.speed;
- _root.pausebar._visible = true;
- _root.pauses = true;
- }
- else
- {
- _root.pausebar._visible = false;
- _root.pauses = false;
- _root.speed = _root.tmpspeed;
- }
- }
- }
-